T1
The type of the burst.
Keysight Pathwave 89600 VSA .NET API
BurstCollection<T1> Class
Members  See Also 
Agilent.SA.Vsa.Ieee80216Ofdma.Interfaces Assembly > Agilent.SA.Vsa.Ieee80216Ofdma Namespace : BurstCollection<T1> Class


Glossary Item Box

Base class collection of bursts of a specific burst type.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class BurstCollection(Of T1 As NamedItemBase) 
   Inherits Agilent.SA.Vsa.RemotableCollection(Of T1)
   Implements Agilent.SA.Vsa.ICollectionBaseAgilent.SA.Vsa.ICollectionBase(Of T1)Agilent.SA.Vsa.IPropertyInfoAgilent.SA.Vsa.IPropertyInfo2Agilent.SA.Vsa.IRemoteNotifyCollectionChangedAgilent.SA.Vsa.IRemoteNotifyPropertyChangedAgilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3 
C++/CLI 
generic<typename T1>
public ref class BurstCollection abstract : public Agilent.SA.Vsa.RemotableCollection<T1>, Agilent.SA.Vsa.ICollectionBaseAgilent.SA.Vsa.ICollectionBase<T1>Agilent.SA.Vsa.IPropertyInfoAgilent.SA.Vsa.IPropertyInfo2Agilent.SA.Vsa.IRemoteNotifyCollectionChangedAgilent.SA.Vsa.IRemoteNotifyPropertyChangedAgilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3  
where T1: NamedItemBase

Type Parameters

T1
The type of the burst.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also